home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mint095s.zoo / src / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-01  |  207 b   |  12 lines

  1. #define MAJ_VERSION    0
  2. #define MIN_VERSION    95
  3.  
  4. #define PATCHLEVEL    13
  5. /*#define BETA */
  6.  
  7. #ifdef BETA
  8. #define VERS_STRING    "%d.%d prelim. version PL %d"
  9. #else
  10. #define VERS_STRING    "%d.%d PL %d"
  11. #endif
  12.